Remove GtkLayout
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 2 Apr 2019 14:25:02 +0000 (15:25 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 2 Apr 2019 14:29:20 +0000 (15:29 +0100)
commit447dfc029f668eee32a1fe1af6ef2385f311dc0f
treec69777ffee4d01600e25b201b7950d93f22d8136
parentaed70a82c72c1cd46a8255199830bc74ba403931
Remove GtkLayout

The need of a specialised fixed layout container that can be placed into
a GtkScrolledWindow ceased to exist once GtkScrolledWindow gained the
ability to automatically interpose a GtkViewport when adding a child
that does not implement GtkScrollable.

All the other justifications that led to the existence of GtkLayout as a
separate widget from GtkFixed have been largely made irrelevant in the
20 years since its inception.
docs/reference/gtk/gtk4-docs.xml
docs/reference/gtk/gtk4-sections.txt
gtk/gtk-autocleanups.h
gtk/gtk.h
gtk/gtkfixed.c
gtk/gtklayout.c [deleted file]
gtk/gtklayout.h [deleted file]
gtk/meson.build
tests/testgtk.c
testsuite/gtk/defaultvalue.c